Conversation
…apkin Delay a bug when overwriting fed value. Fixes rust-lang#110887
Do not recover when parsing stmt in cfg-eval. `parse_stmt` does recovery on its own. When parsing the statement fails, we always get `Ok(None)` instead of an `Err` variant with the diagnostic that we can emit. To avoid this behaviour, we need to opt-out of recovery for cfg_eval. Fixes rust-lang#105228
Fix typo in bootstrap command description Unless `duild` is some clever name for `dist build`, this is probably a typo.
…er-errors Retire is_foreign_item query. This can be written in terms of `DefKind`. This does not deserve the cost of a query.
…s, r=compiler-errors Exclude inherent projections from some alias type `match`es Updating (hopefully) all remaining `match`es which I overlooked to update when adding `AliasKind::Inherent` in rust-lang#109410. Fixes rust-lang#111399. Sadly the regression test is a clippy test instead of a rustc one as I don't know of another way to test that a trait bound like `Ty::InhProj: Trait` doesn't cause a crash without reaching a cycle error first (this is getting old ^^'). `@rustbot` label F-inherent_associated_types r? `@compiler-errors`
Merge query property modules into one This merges all the query modules that defines types into a single module per query with a normal naming convention for type aliases. r? ``@cjgillot``
…compiler-errors Remove unused `impl<T> WorkerLocal<Vec<T>>`. cc ``@SparrowLii`` ``@Zoxc``
|
@bors r+ rollup=never p=5 |
|
☀️ Test successful - checks-actions |
|
📌 Perf builds for each rolled up PR: previous master: ba6f5e3b4d In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
|
Finished benchmarking commit (fdd0301): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 643.087s -> 641s (-0.32%) |
Successful merges:
matches #111695 (Exclude inherent projections from some alias typematches)impl<T> WorkerLocal<Vec<T>>. #111707 (Remove unusedimpl<T> WorkerLocal<Vec<T>>.)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup